home *** CD-ROM | disk | FTP | other *** search
- object FormSearch: TFormSearch
- Left = 216
- Top = 169
- BorderStyle = bsToolWindow
- Caption = 'Search Wizard'
- ClientHeight = 270
- ClientWidth = 370
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 14
- object SpeedButton3: TSpeedButton
- Left = 8
- Top = 72
- Width = 57
- Height = 17
- Caption = 'Load List'
- OnClick = SpeedButton3Click
- end
- object SpeedButton1: TSpeedButton
- Left = 117
- Top = 72
- Width = 60
- Height = 17
- Caption = 'Clear List'
- OnClick = SpeedButton1Click
- end
- object Label3: TLabel
- Left = 8
- Top = 8
- Width = 73
- Height = 14
- Caption = 'Enter Keyword'
- end
- object SpeedButton2: TSpeedButton
- Left = 264
- Top = 248
- Width = 105
- Height = 20
- Caption = 'Demonstration'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- Glyph.Data = {
- 78010000424D7801000000000000760000002800000020000000100000000100
- 04000000000000000000120B0000120B00000000000000000000000000000000
- 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
- 3333333333FFFFF3333333333F797F3333333333F737373FF333333BFB999BFB
- 33333337737773773F3333BFBF797FBFB33333733337333373F33BFBFBFBFBFB
- FB3337F33333F33337F33FBFBFB9BFBFBF3337333337F333373FFBFBFBF97BFB
- FBF37F333337FF33337FBFBFBFB99FBFBFB37F3333377FF3337FFBFBFBFB99FB
- FBF37F33333377FF337FBFBF77BF799FBFB37F333FF3377F337FFBFB99FB799B
- FBF373F377F3377F33733FBF997F799FBF3337F377FFF77337F33BFBF99999FB
- FB33373F37777733373333BFBF999FBFB3333373FF77733F7333333BFBFBFBFB
- 3333333773FFFF77333333333FBFBF33333333333777773333330000}
- NumGlyphs = 2
- ParentFont = False
- OnClick = SpeedButton2Click
- end
- object Label1: TLabel
- Left = 8
- Top = 56
- Width = 65
- Height = 14
- Caption = 'Keyword List'
- end
- object SpeedButton4: TSpeedButton
- Left = 192
- Top = 200
- Width = 161
- Height = 25
- Caption = 'GO'
- OnClick = BitBtn1Click
- end
- object ListBox1: TListBox
- Left = 8
- Top = 88
- Width = 169
- Height = 177
- ItemHeight = 14
- TabOrder = 0
- end
- object BitBtn2: TBitBtn
- Left = 64
- Top = 72
- Width = 57
- Height = 17
- Caption = 'Save List'
- TabOrder = 1
- OnClick = BitBtn2Click
- end
- object EditName: TEdit
- Left = 8
- Top = 24
- Width = 169
- Height = 22
- TabOrder = 2
- OnKeyDown = EditNameKeyDown
- end
- object Panel1: TPanel
- Left = 192
- Top = 8
- Width = 169
- Height = 145
- TabOrder = 3
- object Label2: TLabel
- Left = 8
- Top = 96
- Width = 106
- Height = 14
- Caption = 'Enter the string to add'
- end
- object EditStrtoAdd: TEdit
- Left = 8
- Top = 112
- Width = 145
- Height = 22
- Enabled = False
- TabOrder = 0
- end
- object IsAddStr: TCheckBox
- Left = 8
- Top = 8
- Width = 145
- Height = 17
- Caption = 'Add string to all keywords'
- TabOrder = 1
- OnClick = IsAddStrClick
- end
- object AddStrPos: TRadioGroup
- Left = 8
- Top = 24
- Width = 145
- Height = 57
- Enabled = False
- ItemIndex = 0
- Items.Strings = (
- 'Add before keyword'
- 'Add after keyword')
- TabOrder = 2
- end
- end
- object COM: TCheckBox
- Left = 200
- Top = 168
- Width = 49
- Height = 17
- Caption = 'COM'
- State = cbChecked
- TabOrder = 4
- OnClick = COMClick
- end
- object NET: TCheckBox
- Left = 248
- Top = 168
- Width = 49
- Height = 17
- Caption = 'NET'
- TabOrder = 5
- OnClick = COMClick
- end
- object ORG: TCheckBox
- Left = 296
- Top = 168
- Width = 49
- Height = 17
- Caption = 'ORG'
- TabOrder = 6
- OnClick = COMClick
- end
- object OpenDialog1: TOpenDialog
- FileEditStyle = fsEdit
- Filter = 'Domain Name List (*.lst)|*.lst|Any File (*.*)|*.*'
- Left = 336
- Top = 136
- end
- object SaveDialog1: TSaveDialog
- DefaultExt = 'lst'
- FileEditStyle = fsEdit
- Filter = 'Domain Name List (*.lst)|*.lst|Any File (*.*)|*.*'
- Left = 336
- Top = 136
- end
- end
-